home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test161.sgm < prev    next >
Text File  |  1994-07-10  |  214b  |  9 lines

  1. <!doctype doc [
  2. <!element doc - - (#pcdata)>
  3. <!entity e endtag "doc">
  4. ]>
  5. <doc>
  6. <!-- this is illegal because the entity end from the e entity follows
  7. the document element, but other prolog does not allow Ee -->
  8. &e;
  9.